![]() |
CompositeIconRef |
||||
Header: | Icons.h | Carbon status: | Supported | |
Superimposes one IconRef onto another.
OSErr CompositeIconRef ( IconRef backgroundIconRef, IconRef foregroundIconRef, IconRef *compositeIconRef );
A value to use as the background for the composite IconRef.
A value to use as the foregound for the composite IconRef.
On completion, this points to an IconRef that is a composite of the specified background and foreground IconRefs.
A result code.
This function provides an alternative to badging when you need to indicate a change of state.
Supported in Carbon. Available in CarbonLib 1.0 and later when IconServicesLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by IconServicesLib 8.5 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/18/2000)